CaptureSnapshotRequest

data class CaptureSnapshotRequest(format: String?)

Represents request frame that can be used with Page#captureSnapshot operation call.

Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.

See also

Constructors

CaptureSnapshotRequest
Link copied to clipboard
fun CaptureSnapshotRequest(format: String? = null)

Properties

format
Link copied to clipboard
val format: String? = null
Format (defaults to mhtml).

Sources

jvm source
Link copied to clipboard